Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.io.caching
/
[jvm]MyMathService
My
Math
Service
@
Component
open
class
MyMathService
Members
Constructors
My
Math
Service
Link copied to clipboard
constructor
(
)
Functions
compute
Pi
Decimal
Link copied to clipboard
@
Cacheable
(
value
=
"piDecimals"
)
open
fun
computePiDecimal
(
precision
:
Int
)
:
Int